home *** CD-ROM | disk | FTP | other *** search
Wrap
on(press){ if(_root.inven._currentframe == 1) { if(_root.micon._currentframe == 40 && _root.range == true) { _root.next_dis1 = 2; _root.next_txt1 = "Hey, that\'s a great idea. I\'ll have a girlfriend in no time... in JAIL! ARE YOU NUTS?"; } else if(_root.micon._currentframe == 41 && _root.range == true) { _root.next_dis1 = 2; _root.next_txt1 = "I don\'t think I want to make Ms. Ratchett cry."; } if(_root.micon._currentframe == 1 && _root.range == true) { _root.next_dis1 = 2; _root.next_txt1 = "I\'m not going to touch that little old lady!"; } if(_root.micon._currentframe == 2) { _root.next_dis1 = 2; _root.next_txt1 = "That\'s Ms Rachett. She\'s legally blind even with those thick glasses on, but her hearing is excellent."; } if(_root.micon._currentframe == 61 && _root.range == true && _root.txt_number <= 1) { _root.sfx.gotoAndPlay(3); _root.micon.gotoAndStop(1); _root.fade.gotoAndPlay(1); _root.gotoAndStop(50); } if(_root.micon._currentframe == 59 && _root.range == true) { _root.txt_number = 2; _root.next_txt2 = "I\'m not accepting any paper work unless it comes from Principal Hoggard himself!"; _root.di2 = 533; _root.next_dis2 = 15; _root.next_txt1 = "Go back to your seat, Hewitt."; _root.di1 = 532; _root.next_dis1 = 15; } if(_root.micon._currentframe == 4 && _root.range == true && _root.txt_number <= 1) { if(_root.talk14 == 0) { _root.talk14 = 1; _root.txt_number = 3; _root.next_dis3 = 2; _root.di3 = 530; _root.next_txt3 = "I can\'t be in here right now! The dance is tonight and I haven\'t found a date yet. Please, Ms. Rachett."; _root.next_txt2 = "You did the crime and you\'ll do the time unless Principle Hoggard brings me a signed letterhead from the school saying you can go free."; _root.di2 = 531; _root.next_dis2 = 15; _root.next_txt1 = "Go back to your seat, Hewitt."; _root.di1 = 532; _root.next_dis1 = 15; } else if(_root.talk14 == 1) { _root.next_txt1 = "Go back to your seat, Hewitt."; _root.di1 = 532; _root.next_dis1 = 15; } } } }